This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | D4 | 1 | ravenwing_talonmaster | control | John Wayne |
| big_grizz | D4 | 2 | deathwing_captain | control | Noam Chomsky |
| big_grizz | D4 | 3 | techmarine | control | Violet Coleman |
| big_grizz | D4 | 4 | phobos_librarian | control | Danger Mouse |
| big_grizz | D4 | 5 | tactical_squad | control | Emmanuel Ferguson |
| big_grizz | D4 | 6 | tactical_squad | control | Daniela Page |
| big_grizz | D4 | 7 | tactical_squad | control | Joshua Davidson |
| big_grizz | D4 | 8 | tactical_squad | control | Harper Todd |
| big_grizz | D4 | 9 | infiltrators | control | Elaine Martone |
| big_grizz | D4 | 10 | ravenwing_bike_squad | control | Zoe Saldana |
| big_grizz | D4 | 11 | ravenwing_attack_bike | control | Bob Bergen |
| big_grizz | D4 | 12 | ravenwing_attack_bike | control | Vin Diesel |
| big_grizz | D4 | 13 | dreadnought | control | Sean Elliott |
| big_grizz | D4 | 14 | redemptor_dreadnought | control | Hannah Guerra |
| big_grizz | D4 | 15 | invictor_tactical_warsuit | control | Thomas Frost |
| big_grizz | D4 | 16 | ravenwing_apothecary | control | Robert Downey |
| big_grizz | D4 | 17 | deathwing_terminators | control | Nate Silver |
| big_grizz | D4 | 18 | deathwing_knights | control | Albertus Magnus |
| big_grizz | D4 | 19 | vindicare_assassin | control | Joanna Nickrenz |
| big_grizz | D4 | 20 | eliminators | control | Steve Lillywhite |
| big_grizz | D4 | 21 | eradicators | control | Camden Perez |
| big_grizz | D4 | 22 | storm_raven | control | George Benson |
| big_grizz | D4 | 23 | rhino | control | Clark Gable |
Players change their maps (making orders)
modify_unit("big_grizz", 1, "move", c("D3", "C2"))
modify_unit("big_grizz", c(2, 7, 17, 18), "control", "D4")
modify_unit("big_grizz", c(3, 5:6, 13, 22), "soar", c("F5", "H2"))# transport
modify_unit("big_grizz", c(8, 23), "move", c("D3", "C4", "C5"))# transport
modify_unit("big_grizz", 9, "move", "F5")
modify_unit("big_grizz", c(10:12, 16), "move", c("D2", "D1"))
modify_unit("big_grizz", c(14:15, 19:21), "move", "F5")
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | C2 | 1 | ravenwing_talonmaster | move | John Wayne |
| big_grizz | C5 | 8 | tactical_squad | move | Harper Todd |
| big_grizz | C5 | 23 | rhino | move | Clark Gable |
| big_grizz | D1 | 10 | ravenwing_bike_squad | move | Zoe Saldana |
| big_grizz | D1 | 11 | ravenwing_attack_bike | move | Bob Bergen |
| big_grizz | D1 | 12 | ravenwing_attack_bike | move | Vin Diesel |
| big_grizz | D1 | 16 | ravenwing_apothecary | move | Robert Downey |
| big_grizz | D4 | 2 | deathwing_captain | control | Noam Chomsky |
| big_grizz | D4 | 4 | phobos_librarian | control | Danger Mouse |
| big_grizz | D4 | 7 | tactical_squad | control | Joshua Davidson |
| big_grizz | D4 | 17 | deathwing_terminators | control | Nate Silver |
| big_grizz | D4 | 18 | deathwing_knights | control | Albertus Magnus |
| big_grizz | F5 | 9 | infiltrators | move | Elaine Martone |
| big_grizz | F5 | 14 | redemptor_dreadnought | move | Hannah Guerra |
| big_grizz | F5 | 15 | invictor_tactical_warsuit | move | Thomas Frost |
| big_grizz | F5 | 19 | vindicare_assassin | move | Joanna Nickrenz |
| big_grizz | F5 | 20 | eliminators | move | Steve Lillywhite |
| big_grizz | F5 | 21 | eradicators | move | Camden Perez |
| eric | F8 | 28 | canoptek_scarab_swarms | move | Benedict Cumberbatch |
| big_grizz | H2 | 3 | techmarine | soar | Violet Coleman |
| big_grizz | H2 | 5 | tactical_squad | soar | Emmanuel Ferguson |
| big_grizz | H2 | 6 | tactical_squad | soar | Daniela Page |
| big_grizz | H2 | 13 | dreadnought | soar | Sean Elliott |
| big_grizz | H2 | 22 | storm_raven | soar | George Benson |
| eric | H3 | 22 | night_scythe | soar | Leon Russell |
| eric | H3 | 23 | overlord | soar | Olivia Aguilar |
| eric | H3 | 24 | royal_warden | soar | Steven Blair |
| eric | H3 | 26 | necron_warriors | soar | Ryder Green |
Players change their maps (making orders)
modify_unit("big_grizz", 1, "move", c("C1", "B4"))
modify_unit("big_grizz", 7, "move", "D2")
modify_unit("big_grizz", 6, "move", "H5")
modify_unit("big_grizz", c(3, 5, 13, 22), "control", "H2")
modify_unit("big_grizz", c(8, 23), "control", "C5")
modify_unit("big_grizz", 9, "control", "F5")
modify_unit("big_grizz", c(10:12, 16), "move", c("B1", "B4"))
modify_unit("big_grizz", c(14:15, 19:21), "move", "C5")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through |
|---|---|---|---|---|---|---|
| chris | A8 | 1 | flying_hive_tryant | move | Amy Winehouse | |
| chris | A8 | 10 | genestealers | move | Michael Jackson & Quincy Jones | |
| chris | A8 | 24 | biovores | move | Isabel Adams | |
| eric | A8 | 21 | canoptek_scarab_swarms | move | Gary Oldman | |
| chris | E1 | 2 | flying_hive_tryant | move | Sheryl Crow | |
| chris | E1 | 19 | raveners | move | Warwick Davis | |
| eric | E1 | 21 | canoptek_scarab_swarms | move | Gary Oldman | TRUE |
| big_grizz | F5 | 9 | infiltrators | control | Elaine Martone | |
| eric | F5 | 27 | canoptek_scarab_swarms | move | Vulgar Mastermind | |
| big_grizz | H2 | 3 | techmarine | control | Violet Coleman | |
| big_grizz | H2 | 5 | tactical_squad | control | Emmanuel Ferguson | |
| big_grizz | H2 | 13 | dreadnought | control | Sean Elliott | |
| big_grizz | H2 | 22 | storm_raven | control | George Benson | |
| eric | H2 | 22 | night_scythe | move | Leon Russell | |
| eric | H2 | 23 | overlord | move | Olivia Aguilar | |
| eric | H2 | 24 | royal_warden | move | Steven Blair | |
| eric | H2 | 26 | necron_warriors | move | Ryder Green |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | B4 | 1 | ravenwing_talonmaster | move | John Wayne |
| big_grizz | B4 | 10 | ravenwing_bike_squad | move | Zoe Saldana |
| big_grizz | B4 | 11 | ravenwing_attack_bike | move | Bob Bergen |
| big_grizz | B4 | 12 | ravenwing_attack_bike | move | Vin Diesel |
| big_grizz | B4 | 16 | ravenwing_apothecary | move | Robert Downey |
| big_grizz | C5 | 8 | tactical_squad | control | Harper Todd |
| big_grizz | C5 | 23 | rhino | control | Clark Gable |
| big_grizz | C5 | 14 | redemptor_dreadnought | move | Hannah Guerra |
| big_grizz | C5 | 15 | invictor_tactical_warsuit | move | Thomas Frost |
| big_grizz | C5 | 19 | vindicare_assassin | move | Joanna Nickrenz |
| big_grizz | C5 | 20 | eliminators | move | Steve Lillywhite |
| big_grizz | C5 | 21 | eradicators | move | Camden Perez |
| big_grizz | D2 | 7 | tactical_squad | move | Joshua Davidson |
| big_grizz | D4 | 2 | deathwing_captain | control | Noam Chomsky |
| big_grizz | D4 | 4 | phobos_librarian | control | Danger Mouse |
| big_grizz | D4 | 17 | deathwing_terminators | control | Nate Silver |
| big_grizz | D4 | 18 | deathwing_knights | control | Albertus Magnus |
| big_grizz | F5 | 9 | infiltrators | control | Elaine Martone |
| eric | F8 | 27 | canoptek_scarab_swarms | move | Vulgar Mastermind |
| big_grizz | H2 | 3 | techmarine | control | Violet Coleman |
| big_grizz | H2 | 5 | tactical_squad | control | Emmanuel Ferguson |
| big_grizz | H2 | 13 | dreadnought | control | Sean Elliott |
| big_grizz | H2 | 22 | storm_raven | control | George Benson |
| eric | H3 | 22 | night_scythe | move | Leon Russell |
| eric | H3 | 23 | overlord | move | Olivia Aguilar |
| eric | H3 | 24 | royal_warden | move | Steven Blair |
| eric | H3 | 26 | necron_warriors | move | Ryder Green |
| eric | H3 | 28 | canoptek_scarab_swarms | move | Benedict Cumberbatch |
| big_grizz | H5 | 6 | tactical_squad | move | Daniela Page |
Players change their maps (making orders)
modify_unit("big_grizz", c(1, 10, 11, 12, 16), "move", c("B1", "B3"))
modify_unit("big_grizz", 7, "control", "D2")
modify_unit("big_grizz", 6, "control", "H5")
modify_unit("big_grizz", c(3, 5, 13, 22), "move", "H3")
modify_unit("big_grizz", c(8, 20, 21, 23), "move", "C3")
modify_unit("big_grizz", 9, "sneak", "C4")
modify_unit("big_grizz", c(4, 15, 19), "sneak", "C3")
modify_unit("big_grizz", 14, "reinforce", "C5")
modify_unit("big_grizz", c(1, 10, 11, 12, 16), "move", c("B1"))
modify_unit("big_grizz", c(3, 5, 13, 22), "move", "H2")
modify_unit("big_grizz", "H5", "move", "H2")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through |
|---|---|---|---|---|---|---|
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | John Wayne | |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Zoe Saldana | |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Bob Bergen | |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Vin Diesel | |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Robert Downey | |
| chris | B3 | 21 | gargoyles | move | Jack Lemmon | |
| big_grizz | C3 | 8 | tactical_squad | move | Harper Todd | |
| big_grizz | C3 | 20 | eliminators | move | Steve Lillywhite | |
| big_grizz | C3 | 21 | eradicators | move | Camden Perez | |
| big_grizz | C3 | 23 | rhino | move | Clark Gable | |
| big_grizz | C3 | 4 | phobos_librarian | sneak | Danger Mouse | |
| big_grizz | C3 | 15 | invictor_tactical_warsuit | sneak | Thomas Frost | |
| big_grizz | C3 | 19 | vindicare_assassin | sneak | Joanna Nickrenz | |
| eric | C3 | 12 | canoptek_scarab_swarms | move | Gentlemen RZA | TRUE |
| big_grizz | H3 | 3 | techmarine | move | Violet Coleman | |
| big_grizz | H3 | 5 | tactical_squad | move | Emmanuel Ferguson | |
| big_grizz | H3 | 13 | dreadnought | move | Sean Elliott | |
| big_grizz | H3 | 22 | storm_raven | move | George Benson | |
| eric | H3 | 28 | canoptek_scarab_swarms | reinforce | Benedict Cumberbatch | |
| big_grizz | H5 | 6 | tactical_squad | control | Daniela Page | |
| eric | H5 | 22 | night_scythe | move | Leon Russell | |
| eric | H5 | 23 | overlord | move | Olivia Aguilar | |
| eric | H5 | 24 | royal_warden | move | Steven Blair | |
| eric | H5 | 26 | necron_warriors | move | Ryder Green |